math/big.Int.mul (method)

8 uses

	math/big (current package)
		int.go#L184: 	z.mul(nil, x, y)
		int.go#L191: func (z *Int) mul(stk *stack, x, y *Int) {
		natmul.go#L210: 	z1.mul(stk, tx, ty)
		natmul.go#L213: 	z0.mul(stk, x0, y0)
		natmul.go#L214: 	z2.mul(stk, x1, y1)
		natmul.go#L227: 			z0.mul(stk, x0, y0)
		natmul.go#L231: 			z2.mul(stk, x1, y1)
		rat.go#L540: 	z.a.mul(stk, &x.a, &y.a)